home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / setup.exe / 0 / RCDATA / TPROFORM / TPROFORM.txt
Text File  |  1998-02-08  |  2KB  |  71 lines

  1. inherited PROForm: TPROForm
  2.   Left = 293
  3.   Top = 194
  4.   Caption = 'Delphi 3 Professional Setup Launcher'
  5.   ClientHeight = 350
  6.   OnCreate = FormCreate
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited CopyrightLabel1: TLabel
  10.     Top = 314
  11.   end
  12.   inherited CopyrightLabel2: TLabel
  13.     Top = 329
  14.   end
  15.   inherited SetupGroupBox: TGroupBox
  16.     Height = 305
  17.     inherited Bevel1: TBevel
  18.       Top = 254
  19.     end
  20.     inherited HotSpot1: THotSpot
  21.       Left = 20
  22.       Caption = 'Delphi 3 Professional'
  23.     end
  24.     inherited HotSpot7: THotSpot
  25.       Top = 266
  26.     end
  27.     inherited HotSpot8: THotSpot
  28.       Top = 266
  29.     end
  30.     object HotSpot2: THotSpot
  31.       Left = 212
  32.       Top = 131
  33.       Width = 169
  34.       Height = 34
  35.       Hint = 'Requires 10MB hard disk space for full install.'
  36.       Caption = 'Local Interbase'
  37.       ImageList = LargeImages
  38.       ImageIndex = 3
  39.       HighlightColor = clWhite
  40.       OnClick = LibsInstallClick
  41.     end
  42.     object IEHotSpot: THotSpot
  43.       Left = 20
  44.       Top = 212
  45.       Width = 169
  46.       Height = 34
  47.       Hint = 'Internet Explorer 3.02'
  48.       Caption = 'Internet Explorer 3.02'
  49.       ImageList = LargeImages
  50.       ImageIndex = 5
  51.       HighlightColor = clWhite
  52.       OnClick = IEClick
  53.     end
  54.     object AuthHotSpot: THotSpot
  55.       Left = 212
  56.       Top = 212
  57.       Width = 169
  58.       Height = 34
  59.       Hint = 'Authenticode 2.0 Update'
  60.       Caption = 'Authenticode 2.0'
  61.       ImageList = LargeImages
  62.       ImageIndex = 6
  63.       HighlightColor = clWhite
  64.       OnClick = AuthCodeClick
  65.     end
  66.   end
  67.   inherited CloseApp: TBitBtn
  68.     Top = 314
  69.   end
  70. end
  71.